object frmPrint: TfrmPrint Left = 250 Top = 111 HelpContext = 5 ActiveControl = m_pCmdPreview BorderStyle = bsDialog Caption = 'Print disk' ClientHeight = 280 ClientWidth = 269 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object m_pCmdCancel: TButton Left = 202 Top = 250 Width = 60 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object m_pCmdOK: TButton Left = 133 Top = 250 Width = 61 Height = 25 Caption = 'Print' Default = True ModalResult = 1 TabOrder = 1 OnClick = m_pCmdOKClick end object PageControl1: TPageControl Left = 7 Top = 7 Width = 254 Height = 215 ActivePage = tsLayout TabOrder = 3 OnChange = PageControl1Change object tsFiles: TTabSheet Caption = 'File names' object m_pCmdAdd: TButton Left = 145 Top = 70 Width = 41 Height = 20 Caption = '&Add...' TabOrder = 2 OnClick = m_pCmdAddClick end object m_pCmdDelete: TButton Left = 145 Top = 93 Width = 41 Height = 20 Caption = '&Delete' TabOrder = 3 OnClick = m_pCmdDeleteClick end object m_pChkFilterFiles: TCheckBox Left = 10 Top = 50 Width = 199 Height = 14 Caption = 'Print filenames c&ontaining:' TabOrder = 1 OnClick = DoGrayItems end object m_pOptAllFiles: TRadioButton Left = 10 Top = 13 Width = 124 Height = 14 Caption = 'Print &all filenames.' Checked = True TabOrder = 0 TabStop = True OnClick = DoGrayItems end object m_pChkFilesLevel: TCheckBox Left = 10 Top = 148 Width = 179 Height = 14 Caption = 'Print all filenames until &tree level:' TabOrder = 4 OnClick = DoGrayItems end object m_pChkFileDescription: TCheckBox Left = 10 Top = 169 Width = 225 Height = 14 Caption = 'Print all file d&escriptions.' TabOrder = 7 OnClick = DoGrayItems end object m_pTxtFileLevel: TEdit Left = 202 Top = 146 Width = 23 Height = 24 TabOrder = 5 Text = '0' end object UpDown1: TUpDown Left = 225 Top = 146 Width = 16 Height = 20 Associate = m_pTxtFileLevel Min = 0 Position = 0 TabOrder = 6 Wrap = False end object m_pNoFiles: TRadioButton Left = 140 Top = 13 Width = 92 Height = 14 Caption = '&None' TabOrder = 8 OnClick = DoGrayItems end object m_pOptSpecify: TRadioButton Left = 10 Top = 29 Width = 92 Height = 14 Caption = '&Specify:' TabOrder = 9 OnClick = DoGrayItems end object m_pLstFilter: TCheckListBox Left = 23 Top = 68 Width = 118 Height = 69 ItemHeight = 13 Items.Strings = ( '.EXE' '.ZIP' '.ARJ' '.RAR') TabOrder = 10 OnClick = m_pLstFilterxClick end end object tsFolders: TTabSheet Caption = 'Folder names' object m_pOptAllFolders: TRadioButton Left = 10 Top = 13 Width = 127 Height = 14 Caption = 'Print &all folder names.' Checked = True TabOrder = 0 TabStop = True OnClick = DoGrayItems end object m_pChkFilterFolders: TCheckBox Left = 10 Top = 47 Width = 254 Height = 20 Caption = 'Print folders c&ontaining one of these files:' TabOrder = 1 OnClick = DoGrayItems end object m_pCmdAddFN: TButton Left = 145 Top = 70 Width = 41 Height = 20 Caption = '&Add...' TabOrder = 2 OnClick = m_pCmdAddClick end object m_pCmdDeleteFN: TButton Left = 145 Top = 93 Width = 41 Height = 20 Caption = '&Delete' TabOrder = 3 OnClick = m_pCmdDeleteClick end object m_pChkFolderLevel: TCheckBox Left = 10 Top = 148 Width = 189 Height = 14 Caption = 'Print all folder names until &tree level:' TabOrder = 4 OnClick = DoGrayItems end object m_pChkFolderComment: TCheckBox Left = 10 Top = 169 Width = 223 Height = 14 Caption = 'Print all folder entries with a &comment.' TabOrder = 7 OnClick = DoGrayItems end object m_pTxtFolderLevel: TEdit Left = 202 Top = 146 Width = 23 Height = 24 TabOrder = 5 Text = '0' end object UpDown2: TUpDown Left = 225 Top = 146 Width = 16 Height = 20 Associate = m_pTxtFolderLevel Min = 0 Position = 0 TabOrder = 6 Wrap = False end object m_pNoFolders: TRadioButton Left = 140 Top = 13 Width = 92 Height = 14 Caption = '&None' TabOrder = 8 OnClick = DoGrayItems end object m_pOptSpecifyFolders: TRadioButton Left = 10 Top = 29 Width = 92 Height = 14 Caption = '&Specify:' TabOrder = 9 OnClick = DoGrayItems end object m_pLstFilterFolders: TCheckListBox Left = 23 Top = 68 Width = 118 Height = 69 ItemHeight = 13 Items.Strings = ( 'INSTALL.EXE' 'SETUP.EXE') TabOrder = 10 OnClick = m_pLstFilterFoldersxClick end end object tsLayout: TTabSheet Caption = 'Layout' object m_pChkFrame: TCheckBox Left = 21 Top = 52 Width = 98 Height = 17 Caption = 'Print &frame' Checked = True Enabled = False State = cbChecked TabOrder = 2 end object m_pOptList: TRadioButton Left = 10 Top = 13 Width = 209 Height = 14 Caption = 'Print &list of contents' TabOrder = 0 OnClick = m_pOptBackCoverClick end object m_pOptCover: TRadioButton Left = 10 Top = 36 Width = 92 Height = 14 Caption = 'Print CD &cover' Checked = True TabOrder = 1 TabStop = True OnClick = m_pOptBackCoverClick end object m_pOptBackCover: TRadioButton Left = 10 Top = 78 Width = 140 Height = 14 Caption = 'Print CD &back cover' TabOrder = 3 OnClick = m_pOptBackCoverClick end object m_pChkBackFrame: TCheckBox Left = 21 Top = 94 Width = 98 Height = 17 Caption = 'Print f&rame' Enabled = False TabOrder = 4 end end end object m_pCmdPreview: TButton Left = 7 Top = 250 Width = 60 Height = 25 Caption = '&Preview' ModalResult = 1000 TabOrder = 0 OnClick = m_pCmdOKClick end object m_pChkSaveDefault: TCheckBox Left = 7 Top = 231 Width = 153 Height = 14 Caption = 'Sa&ve settings as default.' TabOrder = 4 end end